|  |  | @ -131,6 +131,7 @@ public class ErpBasicClient { | 
			
		
	
		
		
			
				
					
					|  |  |  |         String url = basicThirdSysEntity.getThridUrl() + "/udiwms/erp/getWarehouse"; |  |  |  |         String url = basicThirdSysEntity.getThridUrl() + "/udiwms/erp/getWarehouse"; | 
			
		
	
		
		
			
				
					
					|  |  |  |         try { |  |  |  |         try { | 
			
		
	
		
		
			
				
					
					|  |  |  |             String response = httpOkClient.uCloudPost(url, udiwmsWarehouseRequest); |  |  |  |             String response = httpOkClient.uCloudPost(url, udiwmsWarehouseRequest); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             log.error("获取当前部门数据" + response); | 
			
		
	
		
		
			
				
					
					|  |  |  |             BaseResponse<PageSimpleResponse<UdiwmsWarehouseDetail>> listBaseResponse = |  |  |  |             BaseResponse<PageSimpleResponse<UdiwmsWarehouseDetail>> listBaseResponse = | 
			
		
	
		
		
			
				
					
					|  |  |  |                     JSONObject.parseObject(response, new TypeReference<BaseResponse<PageSimpleResponse<UdiwmsWarehouseDetail>>>() { |  |  |  |                     JSONObject.parseObject(response, new TypeReference<BaseResponse<PageSimpleResponse<UdiwmsWarehouseDetail>>>() { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     }); |  |  |  |                     }); | 
			
		
	
	
		
		
			
				
					|  |  | @ -310,6 +311,7 @@ public class ErpBasicClient { | 
			
		
	
		
		
			
				
					
					|  |  |  |         String url = basicThirdSysEntity.getThridUrl() + "/udiwms/erp/basic/getProject"; |  |  |  |         String url = basicThirdSysEntity.getThridUrl() + "/udiwms/erp/basic/getProject"; | 
			
		
	
		
		
			
				
					
					|  |  |  |         try { |  |  |  |         try { | 
			
		
	
		
		
			
				
					
					|  |  |  |             String response = httpOkClient.uCloudPost(url, dlThirdDestinyRequest); |  |  |  |             String response = httpOkClient.uCloudPost(url, dlThirdDestinyRequest); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             log.error("获取收费项目::::::" + response); | 
			
		
	
		
		
			
				
					
					|  |  |  |             BaseResponse<PageSimpleResponse<BasicSkProjectResponse>> listBaseResponse = |  |  |  |             BaseResponse<PageSimpleResponse<BasicSkProjectResponse>> listBaseResponse = | 
			
		
	
		
		
			
				
					
					|  |  |  |                     JSONObject.parseObject(response, new TypeReference<BaseResponse<PageSimpleResponse<BasicSkProjectResponse>>>() { |  |  |  |                     JSONObject.parseObject(response, new TypeReference<BaseResponse<PageSimpleResponse<BasicSkProjectResponse>>>() { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     }); |  |  |  |                     }); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |