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

master
wangwei 2 years ago
parent 05d3331dd3
commit b7c1c6d037

@ -65,4 +65,5 @@ public class FilterUdiRelRequest extends ListPageRequest {
private String bindType; private String bindType;
private String certIdFk; private String certIdFk;
private String manufactory; private String manufactory;
private String tyshxydm;
} }

@ -573,6 +573,9 @@
<if test="customerId != '' and customerId != null"> <if test="customerId != '' and customerId != null">
AND company_product_relevance.unitFk = #{customerId} AND company_product_relevance.unitFk = #{customerId}
</if> </if>
<if test="tyshxydm != '' and tyshxydm != null">
AND basic_products.tyshxydm = #{tyshxydm}
</if>
</where> </where>

Loading…
Cancel
Save