|  | @@ -60,6 +60,10 @@ public class TempLiveActivityController extends BaseController {
 | 
	
		
			
				|  |  |          Integer goodsId = 4;
 | 
	
		
			
				|  |  |          Integer ststus = tempLiveTeacherCardDao.getJoinStstus(user.getId(), goodsId);
 | 
	
		
			
				|  |  |          res.put("ststus", ststus);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        String joinSubjectId = tempLiveTeacherCardDao.getJoinSubject(user.getId(),goodsId);
 | 
	
		
			
				|  |  | +        res.put("joinSubjectId", joinSubjectId);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          return succeed(res);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |