|
|
@@ -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}" +
|