소스 검색

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>