diff options
| author | zhangshuai <[email protected]> | 2024-08-15 16:55:16 +0800 |
|---|---|---|
| committer | zhangshuai <[email protected]> | 2024-08-15 16:55:16 +0800 |
| commit | 1c35979b241f80acf1c77e02e59b4b575cf68e36 (patch) | |
| tree | 466e896dbe070c9d1d94b39056e64b1fdc05b0ca | |
| parent | 68ccb87c76cb82448918cdda7fec909749fba42a (diff) | |
fix: pcap 响应 summary 内容
| -rw-r--r-- | src/main/resources/db/mapper/runner/PcapMapper.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/mapper/runner/PcapMapper.xml b/src/main/resources/db/mapper/runner/PcapMapper.xml index 638dfb0..61f8c0b 100644 --- a/src/main/resources/db/mapper/runner/PcapMapper.xml +++ b/src/main/resources/db/mapper/runner/PcapMapper.xml @@ -11,6 +11,7 @@ <result property="size" column="size"/> <result property="md5" column="md5"/> <result property="status" column="status"/> + <result property="summary" column="summary"/> <result property="createTimestamp" column="create_timestamp"/> <result property="createUserId" column="create_user_id"/> <result property="workspaceId" column="workspace_id"/> |
