Commit ff48bae8 by Suvalue

指标查询根据编码查询

parent 9db5bff2
...@@ -58,5 +58,6 @@ ...@@ -58,5 +58,6 @@
`DESCRIBE` `DESCRIBE`
from DIC_IND from DIC_IND
where IND_NAME LIKE CONCAT('%',#{filter,jdbcType=VARCHAR}) where IND_NAME LIKE CONCAT('%',#{filter,jdbcType=VARCHAR})
or IND_FIELD LIKE CONCAT('%',#{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