Commit 5896ca72 authored by zuoyh's avatar zuoyh

Merge branch 'saff_update_feature' into dev

parents 3447ab71 3ede7e03
......@@ -65,10 +65,13 @@
<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>
</select>
<resultMap id="detail" type="com.github.wxiaoqi.security.admin.entity.AppShareholderDetail">
<result property="id" column="id"/>
......
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