luobang 1 anno fa
parent
commit
3d79a9f78c

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

@@ -375,7 +375,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
                 tmstruckWeightResult.setInsertUpdateRemark((String)codeMap.get("orderNumber"));
             }
             if(resultNetWeight  != null && !"".equals(resultNetWeight) && codeMap.get("saleMaterialId") != null) {
-                codeMap.put("good",codeMap.get("goodspa") + "" + codeMap.get("good"));
+                codeMap.put("good",(codeMap.get("goodspa") + "" + codeMap.get("good")).replaceAll(" ",""));
                 BigDecimal materialId = tmstruckWeightResultMapper.getMaterialId(codeMap);
                 if(materialId == null){
                     throw new Exception("系统找不到该物资");

+ 26 - 26
src/main/java/com/steerinfo/dil/wsdl/WSFaceFacadeSoapBindingStub.java

@@ -7,7 +7,7 @@
 
 package com.steerinfo.dil.wsdl;
 
-public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub implements com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy {
+public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub implements WSFaceFacadeSrvProxy {
     private java.util.Vector cachedSerClasses = new java.util.Vector();
     private java.util.Vector cachedSerQNames = new java.util.Vector();
     private java.util.Vector cachedSerFactories = new java.util.Vector();
@@ -196,7 +196,7 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
             Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
             qName = new javax.xml.namespace.QName("urn:client.facefacade", "WSInvokeException");
             cachedSerQNames.add(qName);
-            cls = com.steerinfo.dil.wsdl.WSInvokeException.class;
+            cls = WSInvokeException.class;
             cachedSerClasses.add(cls);
             cachedSerFactories.add(beansf);
             cachedDeserFactories.add(beandf);
@@ -268,7 +268,7 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         }
     }
 
-    public String invokeJson(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public String invokeJson(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -299,15 +299,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public String invokeXML(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public String invokeXML(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -338,15 +338,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public String thirdJson(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public String thirdJson(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -377,15 +377,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public String thirdXML(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public String thirdXML(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -416,15 +416,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public String writeFileJson(String request, byte[] fileData) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public String writeFileJson(String request, byte[] fileData) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -455,15 +455,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public byte[] readFileJson(String request) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public byte[] readFileJson(String request) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -494,15 +494,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public String writeFileXml(String request, byte[] fileData) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public String writeFileXml(String request, byte[] fileData) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -533,15 +533,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;
 }
     }
 
-    public byte[] readFileXml(String request) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
+    public byte[] readFileXml(String request) throws java.rmi.RemoteException, WSInvokeException {
         if (super.cachedEndpoint == null) {
             throw new org.apache.axis.NoEndPointException();
         }
@@ -572,8 +572,8 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
         if (axisFaultException.detail instanceof java.rmi.RemoteException) {
               throw (java.rmi.RemoteException) axisFaultException.detail;
          }
-        if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
-              throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
+        if (axisFaultException.detail instanceof WSInvokeException) {
+              throw (WSInvokeException) axisFaultException.detail;
          }
    }
   throw axisFaultException;

+ 8 - 8
src/main/java/com/steerinfo/dil/wsdl/WSFaceFacadeSrvProxy.java

@@ -8,12 +8,12 @@
 package com.steerinfo.dil.wsdl;
 
 public interface WSFaceFacadeSrvProxy extends java.rmi.Remote {
-    public String invokeJson(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public String invokeXML(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public String thirdJson(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public String thirdXML(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public String writeFileJson(String request, byte[] fileData) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public byte[] readFileJson(String request) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public String writeFileXml(String request, byte[] fileData) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
-    public byte[] readFileXml(String request) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException;
+    public String invokeJson(String strRequest) throws java.rmi.RemoteException, WSInvokeException;
+    public String invokeXML(String strRequest) throws java.rmi.RemoteException, WSInvokeException;
+    public String thirdJson(String strRequest) throws java.rmi.RemoteException, WSInvokeException;
+    public String thirdXML(String strRequest) throws java.rmi.RemoteException, WSInvokeException;
+    public String writeFileJson(String request, byte[] fileData) throws java.rmi.RemoteException, WSInvokeException;
+    public byte[] readFileJson(String request) throws java.rmi.RemoteException, WSInvokeException;
+    public String writeFileXml(String request, byte[] fileData) throws java.rmi.RemoteException, WSInvokeException;
+    public byte[] readFileXml(String request) throws java.rmi.RemoteException, WSInvokeException;
 }

+ 2 - 2
src/main/java/com/steerinfo/dil/wsdl/WSFaceFacadeSrvProxyService.java

@@ -10,7 +10,7 @@ package com.steerinfo.dil.wsdl;
 public interface WSFaceFacadeSrvProxyService extends javax.xml.rpc.Service {
     public String getWSFaceFacadeAddress();
 
-    public com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy getWSFaceFacade() throws javax.xml.rpc.ServiceException;
+    public WSFaceFacadeSrvProxy getWSFaceFacade() throws javax.xml.rpc.ServiceException;
 
-    public com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy getWSFaceFacade(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
+    public WSFaceFacadeSrvProxy getWSFaceFacade(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
 }

+ 6 - 6
src/main/java/com/steerinfo/dil/wsdl/WSFaceFacadeSrvProxyServiceLocator.java

@@ -7,7 +7,7 @@
 
 package com.steerinfo.dil.wsdl;
 
-public class WSFaceFacadeSrvProxyServiceLocator extends org.apache.axis.client.Service implements com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxyService {
+public class WSFaceFacadeSrvProxyServiceLocator extends org.apache.axis.client.Service implements WSFaceFacadeSrvProxyService {
 
     public WSFaceFacadeSrvProxyServiceLocator() {
     }
@@ -39,7 +39,7 @@ public class WSFaceFacadeSrvProxyServiceLocator extends org.apache.axis.client.S
         WSFaceFacadeWSDDServiceName = name;
     }
 
-    public com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy getWSFaceFacade() throws javax.xml.rpc.ServiceException {
+    public WSFaceFacadeSrvProxy getWSFaceFacade() throws javax.xml.rpc.ServiceException {
        java.net.URL endpoint;
         try {
             endpoint = new java.net.URL(WSFaceFacade_address);
@@ -50,9 +50,9 @@ public class WSFaceFacadeSrvProxyServiceLocator extends org.apache.axis.client.S
         return getWSFaceFacade(endpoint);
     }
 
-    public com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy getWSFaceFacade(java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
+    public WSFaceFacadeSrvProxy getWSFaceFacade(java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
         try {
-            com.steerinfo.dil.wsdl.WSFaceFacadeSoapBindingStub _stub = new com.steerinfo.dil.wsdl.WSFaceFacadeSoapBindingStub(portAddress, this);
+            WSFaceFacadeSoapBindingStub _stub = new WSFaceFacadeSoapBindingStub(portAddress, this);
             _stub.setPortName(getWSFaceFacadeWSDDServiceName());
             return _stub;
         }
@@ -72,8 +72,8 @@ public class WSFaceFacadeSrvProxyServiceLocator extends org.apache.axis.client.S
      */
     public java.rmi.Remote getPort(Class serviceEndpointInterface) throws javax.xml.rpc.ServiceException {
         try {
-            if (com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy.class.isAssignableFrom(serviceEndpointInterface)) {
-                com.steerinfo.dil.wsdl.WSFaceFacadeSoapBindingStub _stub = new com.steerinfo.dil.wsdl.WSFaceFacadeSoapBindingStub(new java.net.URL(WSFaceFacade_address), this);
+            if (WSFaceFacadeSrvProxy.class.isAssignableFrom(serviceEndpointInterface)) {
+                WSFaceFacadeSoapBindingStub _stub = new WSFaceFacadeSoapBindingStub(new java.net.URL(WSFaceFacade_address), this);
                 _stub.setPortName(getWSFaceFacadeWSDDServiceName());
                 return _stub;
             }