|
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
deleted = 0
|
|
|
<if test="transactionCode != null and transactionCode != ''"> AND transaction_code = #{transactionCode}</if>
|
|
|
<if test="productionPlanNo != null and productionPlanNo != ''"> AND production_plan_no LIKE CONCAT('%', #{productionPlanNo}, '%')</if>
|
|
|
+ <if test="productDescription != null and productDescription != ''"> AND product_description LIKE CONCAT('%', #{productDescription}, '%')</if>
|
|
|
<if test="lineNumber != null "> AND line_number = #{lineNumber}</if>
|
|
|
<if test="lotCodeStatusCode != null "> AND lot_code_status_code = #{lotCodeStatusCode}</if>
|
|
|
<if test="productCode != null and productCode != ''"> AND product_code = #{productCode}</if>
|