Commit 3ede7e03 authored by zuoyh's avatar zuoyh

股東表插入、查詢

parent d367fc52
......@@ -65,8 +65,11 @@
<if test="phone!=null">
and a.phone=#{phone}
</if>
<if test="companyId!=null">
<!--<if test="companyId!=null">
and a.companyIdArray=#{companyId}
</if>-->
<if test="companyId!=null">
and find_in_set(#{companyId}, a.companyIdArray)
</if>
</select>
......
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