소스 검색

Merge branch 'master' of http://1.94.244.160:3000/shuzhihua/pms-iot

zhangcl 2 주 전
부모
커밋
68778e4e32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-module-pms/yudao-module-pms-biz/src/main/resources/mapper/static/IotOpeationFillMapper.xml

+ 1 - 1
yudao-module-pms/yudao-module-pms-biz/src/main/resources/mapper/static/IotOpeationFillMapper.xml

@@ -1026,7 +1026,7 @@
         where
             device_id = #{deviceId}
         and
-            DATE(create_time) = #{createTime}
+            DATE(create_time) = DATE(#{createTime})
         LIMIT 1
     </select>