no message

master
zcy 2023-10-03 11:49:35 +08:00
parent 7407c74f76
commit 5624f0f7d5
1 changed files with 2 additions and 2 deletions

View File

@ -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
});
}