zss
2024-06-21 6d9d9403e187ea02b3ccc70a0059b223ce288114
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,