|
|
|
@ -68,8 +68,8 @@
|
|
|
|
|
<if test="workorderName != null and workorderName != ''"> and pow.workorder_name like concat('%', #{workorderName}, '%')</if>
|
|
|
|
|
<if test="orderId != null and orderId != ''"> and pow.order_id = #{orderId}</if>
|
|
|
|
|
<if test="orderCode != null and orderCode != ''"> and pow.order_code like concat('%', #{orderCode}, '%')</if>
|
|
|
|
|
<if test="productCode != null and productCode != ''"> and pow.product_code like concat('%', #{productCode}, '%')</if>
|
|
|
|
|
<if test="productName != null and productName != ''"> and pow.product_name like concat('%', #{productName}, '%')</if>
|
|
|
|
|
<if test="productCode != null and productCode != ''"> and ppow.product_code like concat('%', #{productCode}, '%')</if>
|
|
|
|
|
<if test="productName != null and productName != ''"> and ppow.product_name like concat('%', #{productName}, '%')</if>
|
|
|
|
|
<if test="productDate != null "> and pow.product_date = #{productDate}</if>
|
|
|
|
|
<if test="shiftId != null and shiftId != ''"> and pow.shift_id = #{shiftId}</if>
|
|
|
|
|
<if test="parentOrder != null and parentOrder != ''"> and pow.parent_order = #{parentOrder}</if>
|
|
|
|
|