瀏覽代碼

图表配置增加theme

chenw 6 年之前
父節點
當前提交
6435509701
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bi-server/src/main/java/com/usoftchina/bi/server/dao/chart/ChartsConfigMapper.java

+ 1 - 0
bi-server/src/main/java/com/usoftchina/bi/server/dao/chart/ChartsConfigMapper.java

@@ -151,6 +151,7 @@ public interface ChartsConfigMapper {
             "<if test=\"fetchConfig !=null\">, BC_FETCHCONFIG = #{fetchConfig}</if>"+
             "<if test=\"fetchConfig !=null\">, BC_FETCHCONFIG = #{fetchConfig}</if>"+
             "<if test=\"updateDate != null\"> , UPDATE_DATE = to_date(#{updateDate},'YYYY-MM-DD hh24:mi:ss') </if>" +
             "<if test=\"updateDate != null\"> , UPDATE_DATE = to_date(#{updateDate},'YYYY-MM-DD hh24:mi:ss') </if>" +
             "<if test=\"thumbnail != null\"> , thumbnail = #{thumbnail} </if>" +
             "<if test=\"thumbnail != null\"> , thumbnail = #{thumbnail} </if>" +
+            "<if test=\"theme != null\"> , theme = #{theme} </if>" +
             "where id = #{chartId}" +
             "where id = #{chartId}" +
             "</script>")
             "</script>")
     void updateChartConfig(ChartConfig chartConfig);
     void updateChartConfig(ChartConfig chartConfig);