资质证书调整

cert
schry 2 years ago
parent 305866e450
commit 1ea9723634

@ -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}
</if>

Loading…
Cancel
Save