@ -33,7 +33,7 @@
</select>
<select id="filterCompanyCert" parameterType="com.glxp.api.req.purchase.FilterSupCertRequest"
resultType="com.glxp.api.entity.sup.UserCertEntity">
select * from sup_cert
select * from user_cert
<where>
<if test="customerId != '' and customerId!=null">
and customerId = #{customerId}