资质证书调整

cert
schry 2 years ago
parent 305866e450
commit 1ea9723634

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

Loading…
Cancel
Save