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