han\hanst 3 days ago
parent
commit
ac909c399b
  1. 1
      src/main/resources/mapper/base/BaseMapper.xml

1
src/main/resources/mapper/base/BaseMapper.xml

@ -216,7 +216,6 @@
<if test="labelType != null and labelType != ''"> <if test="labelType != null and labelType != ''">
AND ReportFamily = #{labelType} AND ReportFamily = #{labelType}
</if> </if>
AND AddressNo = #{addressNo}
</where> </where>
</update> </update>

Loading…
Cancel
Save