zss
2024-08-03 e78cc56f04556a1d3d54f0db830ba9f16eb28a58
cnas-server/src/main/resources/mapper/LaboratoryMapper.xml
@@ -4,13 +4,13 @@
        "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yuanchu.mom.mapper.LaboratoryMapper">
    <select id="selectItemParameter" resultType="com.yuanchu.mom.pojo.Laboratory">
        select * from
        (
        select l.id,
        laboratory_name,
        laboratory_number,
        laboratory_code,
        phone_number,
        head,
        l.address,