no message
parent
7407c74f76
commit
5624f0f7d5
4
global.h
4
global.h
|
@ -99,7 +99,7 @@ public:
|
|||
mListData[itr->addr]->push_front(new CapData{
|
||||
itr->req[s].addr,
|
||||
float(float(dat[0])),
|
||||
QDateTime::currentDateTime().toString("yyyy-mm-DD hh:MM::ss"),
|
||||
QDateTime::currentDateTime().toString("yyyy-mm-dd hh:MM:ss"),
|
||||
true
|
||||
});
|
||||
}else{
|
||||
|
@ -107,7 +107,7 @@ public:
|
|||
mListData[itr->addr]->push_front(new CapData{
|
||||
itr->req[s].addr,
|
||||
float(float(dat[0])),
|
||||
QDateTime::currentDateTime().toString("yyyy-mm-DD hh:MM::ss"),
|
||||
QDateTime::currentDateTime().toString("yyyy-mm-dd hh:MM:ss"),
|
||||
succ
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue