Browse Source

0412更新

master
ruanqi 2 years ago
parent
commit
b65c167725
  1. 8
      src/main/resources/mapper/pad/PadMapper.xml

8
src/main/resources/mapper/pad/PadMapper.xml

@ -58,12 +58,12 @@
FROM AttachmentList FROM AttachmentList
<where> <where>
<if test="site != null and site != ''">
AND Site = #{site,jdbcType=VARCHAR} AND Site = #{site,jdbcType=VARCHAR}
</if>
<if test="partNo != null and partNo != ''">
AND OrderRef1 = #{partNo} AND OrderRef1 = #{partNo}
</if>
AND DelFlag='N' AND DelFlag='N'
and OrderRef3='*' and OrderRef3='*'
</where> </where>

Loading…
Cancel
Save