|
|
@@ -151,6 +151,7 @@ public interface ChartsConfigMapper {
|
|
|
"<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=\"thumbnail != null\"> , thumbnail = #{thumbnail} </if>" +
|
|
|
+ "<if test=\"theme != null\"> , theme = #{theme} </if>" +
|
|
|
"where id = #{chartId}" +
|
|
|
"</script>")
|
|
|
void updateChartConfig(ChartConfig chartConfig);
|