no message
							parent
							
								
									f92d63473e
								
							
						
					
					
						commit
						890f4c9c28
					
				| 
						 | 
					@ -215,6 +215,8 @@ public class PickServiceImpl implements PickService {
 | 
				
			||||||
        String message = null;
 | 
					        String message = null;
 | 
				
			||||||
        if (dict != null) {
 | 
					        if (dict != null) {
 | 
				
			||||||
            String resultJson = HttpPostUtil.sendPostReq(url, returnPickJson(pickDetail));
 | 
					            String resultJson = HttpPostUtil.sendPostReq(url, returnPickJson(pickDetail));
 | 
				
			||||||
 | 
					            System.out.println("url:" + url);
 | 
				
			||||||
 | 
					            System.out.println("报文:" + returnPickJson(pickDetail));
 | 
				
			||||||
            System.out.println("返回信息:" + resultJson);
 | 
					            System.out.println("返回信息:" + resultJson);
 | 
				
			||||||
            if (StringUtils.isEmpty(resultJson)) {
 | 
					            if (StringUtils.isEmpty(resultJson)) {
 | 
				
			||||||
                pickDetail.setSourceId(0L);
 | 
					                pickDetail.setSourceId(0L);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue