Commit f6ae1d35 authored by H2T's avatar H2T

BUG:15064 检查项条件查询接口

parent cb77f23c
......@@ -153,6 +153,9 @@
<if test="id!=null and id !='' ">
and id like concat('%', #{id}, '%')
</if>
<if test="itemNo!=null and itemNo !='' ">
and item_no like concat('%', #{itemNo}, '%')
</if>
<if test="orgCode!=null and orgCode !='' ">
and org_Code = #{orgCode}
</if>
......
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