Browse Source

查询在线设备

main
wang 2 months ago
parent
commit
db144ed2a5
  1. 2
      src/main/resources/mapper/VoiceSyncMapper.xml

2
src/main/resources/mapper/VoiceSyncMapper.xml

@ -14,7 +14,7 @@
username AS USERNAME, username AS USERNAME,
password AS PASSWORD password AS PASSWORD
FROM mid_voice.mid_voice_device_config FROM mid_voice.mid_voice_device_config
WHERE device_status = '0' WHERE device_status = '1'
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save