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

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

@@ -426,6 +426,7 @@
         on temp."materialName"=rm.MATERIAL_NAME
         WHERE wgm.DELETED = 0
         and RP.PORT_NAME = '万州港'
+        and wgm.GM_TONNAGE as "gmTonnage" > 0
         <if test="con!=null">
         and (instr(rm.MATERIAL_NAME , #{con}) > 0  or instr(rp.PORT_NAME , #{con}) > 0 or instr(db.RESULT_FOREIGN_SHIP_NAME,#{con}) > 0)
         </if>