|
@@ -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
|