|
@@ -283,7 +283,7 @@
|
|
|
<if test="lotNum != null and lotNum != '' ">and lot_num = #{lotNum}</if>
|
|
|
<if test="productId != null">and a.product_id = #{productId}</if>
|
|
|
<if test="productColour != null and productColour != ''">and bb.colours LIKE concat('%', #{productColour},
|
|
|
- '%')</if>
|
|
|
+ '%') OR a.product_colour LIKE concat('%',#{productColour},'%')</if>
|
|
|
<if test="inventoryType != null and inventoryType != ''">and a.inventory_type = #{inventoryType}</if>
|
|
|
</select>
|
|
|
|