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