gaoaoy
2024-03-06 90400afc2e72950229506fa76d474c25b6c8eed3
cnas-server/src/main/resources/mapper/DeviceMapper.xml
@@ -59,11 +59,10 @@
        </if>
    </select>
    <select id="authorizedPerson" resultType="com.yuanchu.mom.pojo.Device">
        select *
        from (select id,
        select id,
                     authorized_person,
                     status
              from device) a
        from device
    </select>
    <select id="search" resultType="com.yuanchu.mom.pojo.Device">
        select *