|  | @@ -719,7 +719,7 @@
 | 
	
		
			
				|  |  |          group by t.plan_id,t.title,t.plan_start_time,t.plan_end_time,t.batch_id
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |      <select id="selectNfcRecord" resultType="com.xunmei.core.safetyCheck.vo.CheckNfcRecord">
 | 
	
		
			
				|  |  | -        select t.scan_method, n.area_name, n.collection_area_name, n.img
 | 
	
		
			
				|  |  | +        select t.scan_method, n.area_name, n.collection_area_name, t.img,t.submit_time as execute_time
 | 
	
		
			
				|  |  |          from core_safety_task_data_nfc t
 | 
	
		
			
				|  |  |                   left join sys_nfc_bind n on n.id = t.nfc_id
 | 
	
		
			
				|  |  |          where t.task_id = #{taskId}
 |