Browse Source

设备同步:新增页面通道信息编辑 同步至主机代码增加

jingyuanchao 11 months ago
parent
commit
e525d15d2e

+ 1 - 1
soc-modules/soc-modules-host/src/main/resources/mapper/IotDeviceInfoMapper.xml

@@ -68,7 +68,7 @@
         select device_code, device_name, `enable`
         from iot_device_info
         where iot_token = #{iotToken}
-          and host_code = #{hostCode}
+          and host_code = #{deviceCode}
           and deleted = 0
     </select>
 </mapper>