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