|
|
|
@ -46,6 +46,9 @@ |
|
|
|
<if test="params.quoteNo != null and params.quoteNo != ''"> |
|
|
|
and q.quote_no = #{params.quoteNo} |
|
|
|
</if> |
|
|
|
<if test="params.quoteVersionNo != null and params.quoteVersionNo != ''"> |
|
|
|
and q.quote_version_no = #{params.quoteVersionNo} |
|
|
|
</if> |
|
|
|
<if test="params.buNo != null and params.buNo != ''"> |
|
|
|
and q.bu_no = #{params.buNo} |
|
|
|
</if> |
|
|
|
@ -68,10 +71,10 @@ |
|
|
|
and p.project_desc like #{params.projectDesc} |
|
|
|
</if> |
|
|
|
<if test="params.purchase != null and params.purchase != ''"> |
|
|
|
and q.purchase like #{params.purchase} |
|
|
|
and dbo.plm_get_user_display(q.site,q.purchase) like #{params.purchase} |
|
|
|
</if> |
|
|
|
<if test="params.quoter != null and params.quoter != ''"> |
|
|
|
and q.quoter like #{params.quoter} |
|
|
|
and dbo.plm_get_user_display(q.site,q.quoter) like #{params.quoter} |
|
|
|
</if> |
|
|
|
<if test="params.customerInquiryNo != null and params.customerInquiryNo != ''"> |
|
|
|
and q.customer_inquiry_no like #{params.customerInquiryNo} |
|
|
|
|