|
|
@@ -757,7 +757,13 @@
|
|
|
group by t.plan_id,t.title,t.plan_start_time,t.plan_end_time,t.count
|
|
|
</select>
|
|
|
<select id="selectNfcRecord" resultType="com.xunmei.core.safetyCheck.vo.CheckNfcRecord">
|
|
|
- select t.scan_method, n.area_name, n.collection_area_name, t.img, t.submit_time as execute_time
|
|
|
+ select t.scan_method,
|
|
|
+ n.area_name,
|
|
|
+ n.collection_area_name,
|
|
|
+ n.code as nfc_code,
|
|
|
+ n.label_name as nfc_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}
|