liyg 3 年之前
父节点
当前提交
36ce31dcae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -1223,7 +1223,7 @@
         and db.BATCH_ID not in (
         select DISTINCT BATCH_ID
         from BMSSHIP_FEE bf
-        where FEE_TYPE=3)
+        where FEE_TYPE=3 and bf.DELETED=0)
         <if test="index!=null">
             and (INSTR(db.RESULT_FOREIGN_SHIP_NAME,#{index}) > 0 or INSTR(rm.MATERIAL_NAME,#{index}) > 0)
         </if>