laboratory-server/src/main/resources/mapper/MetricalInformationMapper.xml @@ -8,5 +8,6 @@ FROM metrical_information m, `user` u WHERE m.`user_id` = u.`id` AND m.`state` = 1 AND m.`instrument_id` = #{InstrumentId} </select> </mapper>