|
|
@ -93,7 +93,7 @@ |
|
|
from ShopOrder A |
|
|
from ShopOrder A |
|
|
left join Part B on A.site = B.site and A.PartNo = B.PartNo |
|
|
left join Part B on A.site = B.site and A.PartNo = B.PartNo |
|
|
<where> |
|
|
<where> |
|
|
and A.E_Levels=2 |
|
|
|
|
|
|
|
|
and (a.PartNo like 'RC%' or a.PartNo like 'SC%') |
|
|
<if test="site != null and site != ''"> |
|
|
<if test="site != null and site != ''"> |
|
|
and A.Site = #{site,jdbcType=VARCHAR} |
|
|
and A.Site = #{site,jdbcType=VARCHAR} |
|
|
</if> |
|
|
</if> |
|
|
|