Browse Source

首次提交

java8
ruanqi 3 years ago
parent
commit
4b3c210104
  1. 2
      src/main/resources/mapper/pms/RepairTransdetailMapper.xml

2
src/main/resources/mapper/pms/RepairTransdetailMapper.xml

@ -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 != ''">

Loading…
Cancel
Save