inspection-server/src/main/resources/mapper/LinkBasicInformationMapper.xml
@@ -25,7 +25,8 @@ </select> <select id="selectLinkAll" resultType="java.util.Map"> SELECT DATE_FORMAT(l.`inspection_time`, '%Y-%m-%d') formTime, SELECT d.id , DATE_FORMAT(l.`inspection_time`, '%Y-%m-%d') formTime, l.`entrusted` supplier, d.`sample_number` mcode, d.`sample_name` name, @@ -39,5 +40,6 @@ lims_laboratory.link_detection d WHERE l.`id` = d.`link_basic_id` AND l.`state` = 1 and inspection_status = 1 </select> </mapper>