浏览代码

bug修改

jingyuanchao 1 年之前
父节点
当前提交
538ac7d8bc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      soc-modules/soc-modules-iot/src/main/resources/mapper/IotWorkRuleItemMapper.xml

+ 0 - 2
soc-modules/soc-modules-iot/src/main/resources/mapper/IotWorkRuleItemMapper.xml

@@ -17,7 +17,5 @@
         where r.id = #{ruleId}
           and d.deleted = 0
           and s.deleted = 0
-          and d.iot_token = 'ef261d3a-c768-4df6-8142-bc7fc12a4067'
-          and s.iot_token = 'ef261d3a-c768-4df6-8142-bc7fc12a4067'
     </select>
 </mapper>