|
@@ -15,7 +15,7 @@
|
|
|
<select id="selectTpmIoserverTagList" parameterType="org.jeecg.modules.tpmIoserverTag.entity.TpmIoserverTag" resultMap="TpmIoserverTagResult">
|
|
|
<include refid="selectTpmIoserverTagVo"/>
|
|
|
<where>
|
|
|
- <if test="tagname != null and tagname != ''"> and t.tagname like concat('%', #{tagname}, '%')</if>
|
|
|
+ <if test="tagname != null and tagname != ''"> and tagname like concat('%', #{tagname}, '%')</if>
|
|
|
and tagname NOT IN (SELECT tagname FROM ems_tpm_tag)
|
|
|
</where>
|
|
|
order by tagname asc
|