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