日志修改

docus_webservice_1.1
lzy 4 years ago
parent f2213c03fc
commit cc21125cd0

@ -38,6 +38,7 @@ public class PcmachineServiceImpl implements IPcmachineService {
@Override
public void beat(String code, String ip) {
log.info("采集器:"+code+" 上线");
String name=pcmachineMapper.getNameByCode(code);
String id= pcmachineMapper.getIdByName(name);
Pcmachine pcmachine=new Pcmachine();
@ -125,7 +126,7 @@ public class PcmachineServiceImpl implements IPcmachineService {
}
}
log.info("----------异步结束---------------");
log.info("------------异步结束---------------");
}
private String sendHttp(CollectList collectList, String jzh) throws URISyntaxException {

Loading…
Cancel
Save