Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Nov 4, 2024
1 parent f127d57 commit c9acef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public String softDeleteTagMetadataObjectRelsByTableId(@Param("tableId") Long ta
+ " WHERE tmt.deleted_at = 0 AND EXISTS ("
+ " SELECT tat.table_id FROM "
+ TableMetaMapper.TABLE_NAME
+ " tat WHERE tat.table_id = #{tableId} AND"
+ " tat WHERE tat.table_id = #{tableId} AND "
+ " tat.table_id = tmt.metadata_object_id AND tmt.metadata_object_type = 'TABLE'"
+ " UNION "
+ " SELECT cot.table_id FROM "
Expand Down

0 comments on commit c9acef3

Please sign in to comment.