|  | @@ -1281,7 +1281,7 @@ public class TradeOrderUpdateServiceImpl implements TradeOrderUpdateService {
 | 
	
		
			
				|  |  |          for (Long adminUser : adminUsers) {
 | 
	
		
			
				|  |  |              List<String> userRsgIds = memberUserService.getUserRsgIds(adminUser, null);
 | 
	
		
			
				|  |  |              if (userRsgIds != null) {
 | 
	
		
			
				|  |  | -                String url = jPushUtils.getUrl(title, order.getUserId(), order.getId());
 | 
	
		
			
				|  |  | +                String url = jPushUtils.getUrl(title, order.getId(), adminUser);
 | 
	
		
			
				|  |  |                  RequestBody requestBody = jPushUtils.getRequestBody(userRsgIds, alert, title, url);
 | 
	
		
			
				|  |  |                  jPushUtils.jPush(requestBody, order.getUserId(), adminUser, order.getId());
 | 
	
		
			
				|  |  |              }
 |