|  |  | @ -535,6 +535,7 @@ | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     <resultMap id="workIssueDetailMap" type="com.elink.esua.epdc.dto.issue.result.WorkIssueDetailResultDTO"> | 
			
		
	
		
			
				
					|  |  |  |         <result property="id" column="ID"/> | 
			
		
	
		
			
				
					|  |  |  |         <result property="userId" column="USER_ID"/> | 
			
		
	
		
			
				
					|  |  |  |         <result property="eventId" column="EVENT_ID"/> | 
			
		
	
		
			
				
					|  |  |  |         <result property="content" column="ISSUE_CONTENT"/> | 
			
		
	
		
			
				
					|  |  |  |         <result property="mobile" column="MOBILE"/> | 
			
		
	
	
		
			
				
					|  |  | @ -556,6 +557,7 @@ | 
			
		
	
		
			
				
					|  |  |  |     <select id="selectOneWorkIssueDetail" resultMap="workIssueDetailMap"> | 
			
		
	
		
			
				
					|  |  |  |         SELECT | 
			
		
	
		
			
				
					|  |  |  |         issue.ID, | 
			
		
	
		
			
				
					|  |  |  |         issue.USER_ID, | 
			
		
	
		
			
				
					|  |  |  |         issue.EVENT_ID, | 
			
		
	
		
			
				
					|  |  |  |         issue.ISSUE_CONTENT, | 
			
		
	
		
			
				
					|  |  |  |         issue.DISTRIBUTE_TIME, | 
			
		
	
	
		
			
				
					|  |  | 
 |