@ -171,7 +171,7 @@
AND tdi.uuid = #{uuid}
</if>
<if test="name != '' and name != null">
AND tdi.name = #{name}
AND tdi.name like concat('%',#{name},'%')
<if test="spec != '' and spec != null">
AND tdi.spec = #{spec}