|
|
@ -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> |
|
|
|