|
select sp.serviceProviderId, name, linkMan, userId, contractMobile as mobile, ptr.receiveFlag
|
|
select sp.serviceProviderId, name, linkMan, userId, contractMobile as mobile, ptr.receiveFlag
|
|
<if test="name != null and name != ''">and sp.name like concat('%', #{name}, '%')</if>
|
|
<if test="name != null and name != ''">and sp.name like concat('%', #{name}, '%')</if>
|