|
|
@ -17,10 +17,10 @@
|
|
|
|
<if test="companyId != null and ''!=companyId">
|
|
|
|
<if test="companyId != null and ''!=companyId">
|
|
|
|
AND companyId = #{companyId}
|
|
|
|
AND companyId = #{companyId}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="mobile != null and ''mobile">
|
|
|
|
<if test="mobile != null and ''!=mobile">
|
|
|
|
AND mobile = #{mobile}
|
|
|
|
AND mobile = #{mobile}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="bussinessStatus != null and ''bussinessStatus">
|
|
|
|
<if test="bussinessStatus != null and ''!=bussinessStatus">
|
|
|
|
AND bussinessStatus = #{bussinessStatus}
|
|
|
|
AND bussinessStatus = #{bussinessStatus}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|