소스 검색

新增倒仓功能点

larry 5 년 전
부모
커밋
4e10ba6fc2

+ 1 - 1
src/main/java/com/chinaitop/depot/unissoft/webservice/ContractPassServiceImpl.java

@@ -10,7 +10,7 @@ import com.chinaitop.depot.pushs.service.PushsService;
10 10
 
11 11
 @Service
12 12
 @SuppressWarnings("all")
13
-@WebService(serviceName="ContractPassService",
13
+@WebService(serviceName="selectContractData",
14 14
 		endpointInterface="com.chinaitop.depot.unissoft.webservice.ContractPassService",
15 15
 		targetNamespace = "http://webservice.unissoft.depot.chinaitop.com/")
16 16
 public class ContractPassServiceImpl implements ContractPassService {

+ 1 - 1
src/main/java/com/chinaitop/depot/unissoft/webservice/NoticePassServiceImpl.java

@@ -9,7 +9,7 @@ import javax.jws.WebService;
9 9
 
10 10
 @Service
11 11
 @SuppressWarnings("all")
12
-@WebService(serviceName="NoticePassService",
12
+@WebService(serviceName="updateChangeStorageHouse",
13 13
 		endpointInterface="com.chinaitop.depot.unissoft.webservice.NoticePassService",
14 14
 		targetNamespace = "http://webservice.unissoft.depot.chinaitop.com/")
15 15
 public class NoticePassServiceImpl implements NoticePassService {