Browse Source

数据按照dc进行转发

lizw 3 years ago
parent
commit
6e5b9ffd9a

+ 1 - 0
soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java

@@ -71,6 +71,7 @@ public class WMSServiceImpl implements WMSService {
         for (Map.Entry<String, String> entry : WMS_MAPPING.entrySet()) {
             final String bwkey = entry.getKey();
             final String host = entry.getValue();
+            log.info("### {} -> {}", bwkey, host);
             if (StringUtils.isBlank(host)) {
                 continue;
             }