|
@@ -86,7 +86,7 @@ public interface QwTagMapper
|
|
|
QwTagVO selectQwTagByName(@Param("trimTag") String trimTag, @Param("corpId")String corpId );
|
|
QwTagVO selectQwTagByName(@Param("trimTag") String trimTag, @Param("corpId")String corpId );
|
|
|
|
|
|
|
|
@Select("<script>" +
|
|
@Select("<script>" +
|
|
|
- "SELECT name FROM qw_tag WHERE tag_id IN " +
|
|
|
|
|
|
|
+ "SELECT distinct name FROM qw_tag WHERE tag_id IN " +
|
|
|
"<foreach collection='date.tagIds' item='tagId' open='(' separator=',' close=')'>" +
|
|
"<foreach collection='date.tagIds' item='tagId' open='(' separator=',' close=')'>" +
|
|
|
"#{tagId}" +
|
|
"#{tagId}" +
|
|
|
"</foreach>" +
|
|
"</foreach>" +
|