Commit fbbe82ab by Suvalue

指标查询根据编码查询

parent 1cbf9edd
...@@ -57,5 +57,6 @@ ...@@ -57,5 +57,6 @@
DESCRIBE DESCRIBE
from DIC_IND from DIC_IND
where IND_NAME LIKE '%'||#{filter,jdbcType=VARCHAR}||'%' where IND_NAME LIKE '%'||#{filter,jdbcType=VARCHAR}||'%'
or IND_FIELD LIKE '%'||#{filter,jdbcType=VARCHAR}||'%'
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment