gaoaoy
2024-03-13 1a36e226f5091e2b36710e9cb771a4326ae3552b
user-server/src/main/resources/mapper/UserMapper.xml
@@ -13,4 +13,7 @@
            ${ew.customSqlSegment}
        </if>
    </select>
    <select id="getDeviceManager" resultType="com.yuanchu.mom.dto.UserPageDto">
        select id,name from user where state=1
    </select>
</mapper>