瀏覽代碼

修改位置作业

zx 2 年之前
父節點
當前提交
c6e883165b

+ 1 - 1
src/main/resources/application-dev.yml

@@ -13,7 +13,7 @@ piction:
 
 openfeign:
   WmshboundFeign:
-    url: ${WMSHBOUNDFEIGN_URL:172.16.33.161:8070}
+    url: ${WMSHBOUNDFEIGN_URL:172.16.33.166:8070}
   ColumnDataFeign:
     url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
 

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

@@ -498,7 +498,7 @@
                      ON ada.PORT_ID = rpe.PORT_ID
            LEFT JOIN RMS_CAPACITY rc
                      ON rc.CAPACITY_ID = oic.CAPACITY_ID
-    WHERE tsl.DELETED = 0 and tlsr.DELETED = 0
+    WHERE tsl.DELETED = 0 and tlsr.DELETED = 0 and ada.DELETED=0 and oic.DELETED=0 and osi.DELETED=0
 
   </select>