zss
2024-08-04 76c806e5ca84d7411b67ee3d6047cfc1454da8f1
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,