@ -308,6 +308,7 @@
left join part pp
on qd.part_no = pp.part_no and qd.site = pp.site
<where>
and qd.status = '下达'
<if test="site != null and site != ''">
and qd.site = #{site}
</if>
@ -304,6 +304,7 @@