ww
chengqf 2 years ago
parent b71afa9ddf
commit 0937d3ed1f

@ -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>

Loading…
Cancel
Save