فهرست منبع

修复SQL错误

chenw 6 سال پیش
والد
کامیت
5963fc3bb5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bi-server/src/main/java/com/usoftchina/bi/server/dao/dashboard/DashboardsMapper.java

+ 1 - 1
bi-server/src/main/java/com/usoftchina/bi/server/dao/dashboard/DashboardsMapper.java

@@ -55,7 +55,7 @@ public interface DashboardsMapper {
             "<if test=\"thumbnail != null\"> , BD_THUMBNAIL = #{thumbnail} </if>" +
             "<if test=\"relationColumns != null\">, relation_columns = #{relationColumns} </if>"+
             "<if test=\"filters != null\">, filters = #{filters} </if>"+
-            "<if test=\"theme != null\">, filters = #{theme} </if>"+
+            "<if test=\"theme != null\">, theme = #{theme} </if>"+
             "<if test=\"bdCode != null\">, BD_CODE = #{bdCode} </if>"+
             " ,UPDATE_DATE = to_date(to_char(sysdate,'yyyy-mm-dd hh24:mi:ss'),'YYYY-MM-DD hh24:mi:ss') " +
             "where id = #{id}" +