|
|
@ -257,6 +257,9 @@ |
|
|
<if test="orderRef1 != null and orderRef1 != ''"> |
|
|
<if test="orderRef1 != null and orderRef1 != ''"> |
|
|
AND a.orderRef1 = #{orderRef1} |
|
|
AND a.orderRef1 = #{orderRef1} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="orderRef2 != null and orderRef2 != ''"> |
|
|
|
|
|
AND a.orderRef2 = #{orderRef2} |
|
|
|
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
order by a.apply_no, a.seqNo |
|
|
order by a.apply_no, a.seqNo |
|
|
</select> |
|
|
</select> |
|
|
|