@ -48,7 +48,7 @@
<where>
A.site = #{query.site}
and B.BatchNo is not null
<if test="query.direction != null and query.direction != null">
<if test="query.direction != null and query.direction != ''">
and B.Direction = #{query.direction}
</if>
<if test="query.partNo != null and query.partNo != ''">