liyg 2 년 전
부모
커밋
71fd94fb5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/WmshGridMaterialMapper.xml

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

@@ -426,7 +426,7 @@
         on temp."materialName"=rm.MATERIAL_NAME
         WHERE wgm.DELETED = 0
         and RP.PORT_NAME = '万州港'
-        and wgm.GM_TONNAGE as "gmTonnage" > 0
+        and wgm.GM_TONNAGE > 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>