瀏覽代碼

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">