Browse Source

打开港存库与火运相关联代码

txf 3 years ago
parent
commit
c11ba2f7a9

+ 2 - 2
pom.xml

@@ -114,8 +114,8 @@
 <!--                                                <table>AMS_PURCHASE_ORDER</table>&lt;!&ndash;采购订单&ndash;&gt;-->
 <!--                                                <table>TMSTRAIN_PLEASE_APPROVE_RESULT</table>&lt;!&ndash;请车作业&ndash;&gt;-->
 <!--                                                <table>TMSTRAIN_WAGON_LOAD_RESULT</table>&lt;!&ndash;车皮装车作业&ndash;&gt;-->
-                                                <table>TMSTRAIN_LOADING_RESULT</table><!--车皮装车作业-->
-                                                <table>TMSTRAIN_WAGON_UNLOAD_RESULT</table><!--车皮卸车作业-->
+<!--                                                <table>TMSTRAIN_LOADING_RESULT</table>&lt;!&ndash;车皮装车作业&ndash;&gt;-->
+<!--                                                <table>TMSTRAIN_WAGON_UNLOAD_RESULT</table>&lt;!&ndash;车皮卸车作业&ndash;&gt;-->
                     </tables>
                 </configuration>
                 <executions>

+ 1 - 1
src/main/java/com/steerinfo/dil/service/impl/TmstrainLoadingResultServiceImpl.java

@@ -105,7 +105,7 @@ public class TmstrainLoadingResultServiceImpl implements ITmstrainLoadingResultS
         //通过发站查询发站的所属港口
         BigDecimal portId = tmstrainLoadingResultMapper.getPortIdBySendStationId(tmstrainLoadingResult.getSendStationId());
         map.put("portId", portId);
-//        wmshBoundFeign.addResult(map);
+        wmshBoundFeign.addResult(map);
     }
 
     /**

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -25,7 +25,7 @@ openfeign:
   ColumnDataFeign:
     url: ${COLUMNDATAFEIGN_URL:localhost:8083}
   WmsBoundFeign:
-    url: ${WMSHBOUNDFEIGN_URL:localhost:8070}
+    url: ${WMSHBOUNDFEIGN_URL:172.16.33.161:8070}
 
 genxml:
   pth: com/a