代码备份

cert
1178634255 2 years ago
parent 6fc18f6a92
commit d80c5f0d53

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

Loading…
Cancel
Save