ww
chengqf 2 years ago
parent b71afa9ddf
commit 0937d3ed1f

@ -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>
<if test="bussinessStatus != null and ''bussinessStatus">
<if test="bussinessStatus != null and ''!=bussinessStatus">
AND bussinessStatus = #{bussinessStatus}
</if>

Loading…
Cancel
Save