소스 검색

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU2/DAL-DAZHOU-WMSH-API

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

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

@@ -361,7 +361,7 @@
         LEFT JOIN RMS_PORT rp
         ON rp.PORT_ID = wgm.PORT_ID
         WHERE wgm.DELETED = 0
-        AND rp.PORT_TYPE_ID = 1
+        AND rp.PORT_NAME ! = '万州港'
         )
         <where>
             <if test="portName != null">
@@ -407,7 +407,7 @@
         LEFT JOIN RMS_PORT rp
         ON rp.PORT_ID = wgm.PORT_ID
         WHERE wgm.DELETED = 0
-        AND rp.PORT_TYPE_ID != 1
+        and RP.PORT_NAME = '万州港'
         )
         <where>
             <if test="portName != null">