生产叫料界面,提供尺寸和物料描述模糊查询

master
zpl 3 years ago
parent 4f390625d3
commit 01861710c1

@ -706,6 +706,12 @@
<if test="component != null and component != ''">
AND CP.ITEM = #{component}
</if>
<if test="componentDescription != null and componentDescription != ''">
AND CT.DESCRIPTION LIKE '%' || #{componentDescription} || '%'
</if>
<if test="blankingSize != null and blankingSize != ''">
AND ZSD.BLANKING_SIZE LIKE '%' || #{blankingSize} || '%'
</if>
<if test="texture != null and texture != ''">
AND C3.VALUE LIKE '%'||#{texture}||'%'
</if>

Loading…
Cancel
Save