Commit 32dd121d by Suvalue

指标查询根据编码查询

parent ff48bae8
......@@ -56,8 +56,8 @@
<select id="selectAllByFilter" resultMap="BaseResultMap">
select ID, CREATE_DATE, CREATE_USERID, `STATE`, IND_CODE, IND_NAME,IND_FIELD, COMPUTE_MODE, EXEC_SQL,
`DESCRIBE`
from DIC_IND
where IND_NAME LIKE CONCAT('%',#{filter,jdbcType=VARCHAR})
or IND_FIELD LIKE CONCAT('%',#{filter,jdbcType=VARCHAR})
from dic_ind_info
where INSTR(IND_NAME,#{filter,jdbcType=VARCHAR})>0
or INSTR(IND_FIELD,#{filter,jdbcType=VARCHAR})>0
</select>
</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