Commit b2682797 by lijingjing

修改验收台账查询;

parent ddef03e8
......@@ -133,6 +133,9 @@
<if test="null != vo.sampleCode">
and s.code like concat('%',#{vo.sampleCode},'%')
</if>
<if test="null != vo.sampleName">
and s.name like concat('%',#{vo.sampleName},'%')
</if>
<if test="null != vo.sampleStatus">
and s.status = #{vo.sampleStatus}
</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