Commit 400ba8b2 by yao.xiao

补充提交

parent d609d54a
......@@ -30,7 +30,7 @@
<if test="id != null">
and s.id = #{id,jdbcType=BIGINT}
</if>
<if test="id != null">
<if test="shareCode != null">
and s.share_code = #{shareCode,jdbcType=VARCHAR}
</if>
<if test="isActive != null">
......
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