质量问题统计表加检索条件

master
yinq 2 years ago
parent e287ff0c46
commit f1001bd033

@ -2363,6 +2363,15 @@ SELECT zab.CREATED_DATE_TIME,
<if test="shopOrder != null and shopOrder != ''">
AND so.SHOP_ORDER = #{shopOrder}
</if>
<if test="sfc != null and sfc != ''">
AND zab.SFC = #{sfc}
</if>
<if test="item != null and item != ''">
AND i.ITEM = #{item}
</if>
<if test="itemDescription != null and itemDescription != ''">
AND it.DESCRIPTION = #{itemDescription}
</if>
<if test="productCategory != null and productCategory != ''">
AND (dflt.DATA_TAG = #{productCategory} OR
zab.PRODUCT_CATEGORY = #{productCategory}

Loading…
Cancel
Save