|
|
@ -16,7 +16,7 @@ |
|
|
and T.ItemNo= #{itemNo} |
|
|
and T.ItemNo= #{itemNo} |
|
|
</if> |
|
|
</if> |
|
|
<if test="orderNo != null and orderNo != ''"> |
|
|
<if test="orderNo != null and orderNo != ''"> |
|
|
AND op.OrderNo like '%' + #{orderNo} + '%' |
|
|
|
|
|
|
|
|
AND T.OrderNo like '%' + #{orderNo} + '%' |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
Order by T.EnteredDate DESC |
|
|
Order by T.EnteredDate DESC |
|
|
|