|
|
@ -982,10 +982,10 @@ |
|
|
and ppp.engineer = #{query.engineer} |
|
|
and ppp.engineer = #{query.engineer} |
|
|
</if> |
|
|
</if> |
|
|
<if test="query.customerNo != null and query.customerNo != ''"> |
|
|
<if test="query.customerNo != null and query.customerNo != ''"> |
|
|
and b.customer_no = like #{query.customerNo} |
|
|
|
|
|
|
|
|
and b.customer_no like #{query.customerNo} |
|
|
</if> |
|
|
</if> |
|
|
<if test="query.customerDesc != null and query.customerDesc != ''"> |
|
|
<if test="query.customerDesc != null and query.customerDesc != ''"> |
|
|
and dbo.plm_get_customer_desc(b.site,b.customer_no) = like #{query.customerDesc} |
|
|
|
|
|
|
|
|
and dbo.plm_get_customer_desc(b.site,b.customer_no) like #{query.customerDesc} |
|
|
</if> |
|
|
</if> |
|
|
<if test="query.buDesc != null and query.buDesc != ''"> |
|
|
<if test="query.buDesc != null and query.buDesc != ''"> |
|
|
AND dbo.get_bu_desc ( b.site,b.bu_no ) = #{query.buDesc} |
|
|
AND dbo.get_bu_desc ( b.site,b.bu_no ) = #{query.buDesc} |
|
|
|