From 7ddb8d1b102e0f88e4373c50121b9fd2f083d20a Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 20 Oct 2025 18:33:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=A1=A8text=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84SQL=E8=AF=AD=E5=8F=A5=E5=8A=A0=E4=B8=8AtypeHandler=3DC?= =?UTF-8?q?ompressHandler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1405671310852096]数据库表text类型字段的SQL语句加上typeHandler=CompressHandler http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1405671310852096 --- .../inspect/dao/mapper/InspectNewProblemCustomViewMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/neatlogic/module/inspect/dao/mapper/InspectNewProblemCustomViewMapper.xml b/src/main/java/neatlogic/module/inspect/dao/mapper/InspectNewProblemCustomViewMapper.xml index 59e7749..d9e63b5 100644 --- a/src/main/java/neatlogic/module/inspect/dao/mapper/InspectNewProblemCustomViewMapper.xml +++ b/src/main/java/neatlogic/module/inspect/dao/mapper/InspectNewProblemCustomViewMapper.xml @@ -41,7 +41,7 @@ update inspect_new_problem_customview set - `condition_config` = #{conditionConfigStr} + `condition_config` = #{conditionConfigStr, typeHandler=CompressHandler} where `id` = #{id} @@ -80,7 +80,7 @@ #{id}, #{name}, #{userUuid}, - #{conditionConfigStr}, + #{conditionConfigStr, typeHandler=CompressHandler}, #{sort} ) -- Gitee