|
|
@ -39,7 +39,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.purchase.SupCertEntity">
|
|
|
|
resultType="com.glxp.api.entity.purchase.SupCertEntity">
|
|
|
|
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}
|
|
|
|