Browse Source

提交配置文件

pengdi@zoniot.com 4 years ago
parent
commit
66e9d98c88

+ 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