Merge remote-tracking branch 'origin/master'

cert
schry 2 years ago
commit ad90632401

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

Loading…
Cancel
Save