@ -78,9 +78,9 @@
FROM user_cert uc
LEFT JOIN user_register ur ON uc.businessId = ur.companyId
<where>
<!-- <if test="businessId != '' and businessId!=null">-->
<!-- and businessId = #{businessId}-->
<!-- </if>-->
<if test="businessId != '' and businessId!=null">
and businessId = #{businessId}
</if>
<if test="mobile != '' and mobile!=null">
and ur.mobile = #{mobile}