zss
2024-07-08 31718a6a2a5f04499137cacf51ca644debc86643
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,