소스 검색

提交配置文件

pengdi@zoniot.com 4 년 전
부모
커밋
66e9d98c88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      smart-city-platform/src/main/resources/mapper/DeviceDataDimMapper.xml

+ 1 - 1
smart-city-platform/src/main/resources/mapper/DeviceDataDimMapper.xml

@@ -266,7 +266,7 @@
 			left join sc_device_type dt on (d.device_type = dt.id)
 		WHERE
 			 d.sys_id != -99
-		 and ddd.send_time >= #{beginDate ,jdbcType=TIMESTAMP } 
+		 and ddd.send_time >= #{beginDate ,jdbcType=TIMESTAMP }
 		 and ddd.send_time <![CDATA[ < ]]> #{endDate ,jdbcType=TIMESTAMP } 
 		 and ddd.device_id IN ( 
 		 		SELECT