修改选入物资字典无法根据统一社会信用号查询

master
wangwei 2 years ago
parent 05d3331dd3
commit b7c1c6d037

@ -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}
</if>
</where>

Loading…
Cancel
Save