| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -130,6 +130,7 @@ public class PlatformServiceImpl implements PlatformService {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        Map<String, Object> paramMap = new HashMap<>();
 | 
					 | 
					 | 
					 | 
					        Map<String, Object> paramMap = new HashMap<>();
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        paramMap.put("invSubCode", invSubCode);
 | 
					 | 
					 | 
					 | 
					        paramMap.put("invSubCode", invSubCode);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        String resp = HttpClient.mipsGet(host + "/udiwms/bussinessType/udimsFilter", paramMap);
 | 
					 | 
					 | 
					 | 
					        String resp = HttpClient.mipsGet(host + "/udiwms/bussinessType/udimsFilter", paramMap);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        log.info("拉取自助平台单据类型结果: {}", resp);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        if (StrUtil.isNotBlank(resp) && resp.contains("20000")) {
 | 
					 | 
					 | 
					 | 
					        if (StrUtil.isNotBlank(resp) && resp.contains("20000")) {
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            return JSON.parseObject(resp, BaseResponse.class);
 | 
					 | 
					 | 
					 | 
					            return JSON.parseObject(resp, BaseResponse.class);
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } else {
 | 
					 | 
					 | 
					 | 
					        } else {
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |