|
|
|
@ -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}
|
|
|
|
|