XiaoRuby
2023-08-19 d0a6fc23f31f924cb1744397478dc4c7c57c04e1
laboratory-server/src/main/resources/mapper/MetricalInformationMapper.xml
@@ -7,6 +7,8 @@
               m.`uncertainty`, m.`result`, m.`performance_index`, m.`remarks`, m.`file_path`, DATE_FORMAT(m.`create_time`, '%Y-%m-%d') createDate
        FROM metrical_information m, `user` u
        WHERE m.`user_id` = u.`id`
          AND m.`state` = 1
        AND m.`state` = 1
          and result is not Null
        AND m.`instrument_id` = #{InstrumentId}
    </select>
</mapper>