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 59e7749a6add566b20ca50218a8e07658a9ca89c..d9e63b5bd67ea6407b6715e8babfa312df508d12 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} )