@ -58,6 +58,12 @@ public class DeviceDataPushLogUtil {
}
/**
* 更新在线状态 及次数
* @param sn
* @param status
* @param flag 状态 true 异常 false 正常 null其他
*/
public void updContactStatus(String sn,Integer status,Boolean flag){
DeviceDetail deviceDetail = deviceDetailDao.findBySn(sn);
if(deviceDetail!=null){