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