소스 검색

运行记录优化

yuanchao 2 주 전
부모
커밋
a55610c8ec
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>