Procházet zdrojové kódy

Merge branch 'dev' of liubing/wlyy2.0 into dev

liubing před 3 roky
rodič
revize
386976bb1a

+ 6 - 0
svr/svr-cloud-device/src/main/java/com/yihu/jw/care/util/DeviceDataPushLogUtil.java

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