Explorar el Código

fix点位下拉列表

LLL hace 1 año
padre
commit
5359355a6a

+ 1 - 1
jeecg_module_ems/src/main/java/org/jeecg/modules/tpmIoserverTag/mapper/xml/TpmIoserverTagMapper.xml

@@ -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