Commit 1bbdfd04 authored by suhuiguang's avatar suhuiguang

1.历史设备登记检验数据增加检验信息显示最新一条

parent 5eae547c
......@@ -261,7 +261,10 @@
INSPECT_STAFF as inspectStaff,
NEXT_INSPECT_DATE as nextInspectDate,
INSPECT_REPORT as inspectReport
FROM "idx_biz_jg_inspection_detection_info" where RECORD = #{id}
FROM "idx_biz_jg_inspection_detection_info"
where
RECORD = #{id}
ORDER BY INSPECT_DATE desc LIMIT 1
</select>
<select id="getDetailById" resultType="java.util.Map">
select ur.sequence_nbr as sequenceNbr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment