From 9c1e84305241f10220fbd2ba41926c49de35ec95 Mon Sep 17 00:00:00 2001 From: changkyu choi Date: Tue, 26 Nov 2024 17:59:18 +0900 Subject: [PATCH] =?UTF-8?q?Canvas=20=EC=84=A4=EC=A0=95=20=EA=B8=80?= =?UTF-8?q?=EA=BC=B4=20null=20=EC=B2=98=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvasSetting/canvasSettingMapper.xml | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/main/resources/mappers/canvasSetting/canvasSettingMapper.xml b/src/main/resources/mappers/canvasSetting/canvasSettingMapper.xml index 29ae1eac..f6b1ec8e 100644 --- a/src/main/resources/mappers/canvasSetting/canvasSettingMapper.xml +++ b/src/main/resources/mappers/canvasSetting/canvasSettingMapper.xml @@ -35,26 +35,26 @@ , grid_vertical , grid_ratio , grid_dimen - , isnull(word_font, 'MS PGothic') as word_font - , isnull(word_font_style, 'normal') as word_font_style - , isnull(word_font_size, 16) as word_font_size - , isnull(word_font_color, 'black') as word_font_color - , isnull(flow_font, 'MS PGothic') as flow_font - , isnull(flow_font_style, 'normal') as flow_font_style - , isnull(flow_font_size, 16) as flow_font_size - , isnull(flow_font_color, 'black') as flow_font_color - , isnull(dimensio_font, 'MS PGothic') as dimensio_font - , isnull(dimensio_font_style, 'normal') as dimensio_font_style - , isnull(dimensio_font_size, 16) as dimensio_font_size - , isnull(dimensio_font_color, 'black') as dimensio_font_color - , isnull(circuit_num_font, 'MS PGothic') as circuit_num_font - , isnull(circuit_num_font_style, 'normal') as circuit_num_font_style - , isnull(circuit_num_font_size, 16) as circuit_num_font_size - , isnull(circuit_num_font_color, 'black') as circuit_num_font_color - , isnull(length_font, 'MS PGothic') as length_font - , isnull(length_font_style, 'normal') as length_font_style - , isnull(length_font_size, 16) as length_font_size - , isnull(length_font_color, 'black') as length_font_color + , word_font + , word_font_style + , word_font_size + , word_font_color + , flow_font + , flow_font_style + , flow_font_size + , flow_font_color + , dimensio_font + , dimensio_font_style + , dimensio_font_size + , dimensio_font_color + , circuit_num_font + , circuit_num_font_style + , circuit_num_font_size + , circuit_num_font_color + , length_font + , length_font_style + , length_font_size + , length_font_color , isnull(origin_pixel, 1) as origin_pixel , isnull(origin_color, '#000000') as origin_color , origin_horizon