销售报价状态校验优化
@ -315,7 +315,7 @@
left join part pp
on qd.part_no = pp.part_no and qd.site = pp.site
<where>
and qd.status = '下达'
and qd.status = '已完成'
<if test="site != null and site != ''">
and qd.site = #{site}
</if>