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