@ -65,4 +65,5 @@ public class FilterUdiRelRequest extends ListPageRequest {
private String bindType;
private String certIdFk;
private String manufactory;
private String tyshxydm;
}
@ -573,6 +573,9 @@
<if test="customerId != '' and customerId != null">
AND company_product_relevance.unitFk = #{customerId}
</if>
<if test="tyshxydm != '' and tyshxydm != null">
AND basic_products.tyshxydm = #{tyshxydm}
</where>