zss
2024-07-30 124ecca15d3c5d6dcefa9a27aaa3c07c556674e9
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,