Parcourir la source

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

jingyuanchao il y a 11 mois
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>