mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Передача статуса задачи на сервер
This commit is contained in:
@@ -195,6 +195,14 @@ QByteArray DataParser::createQueryToDBMessage(ClientQueryToDB *queryToDB, int id
|
||||
}
|
||||
}
|
||||
}
|
||||
else if(queryToDB->typeQuery == TypeQueryToDB::TYPE_QUERY_CHANGE_STATUS_REPORT_TASK_FIM_TO_TRAINEE)
|
||||
{
|
||||
QString* status = (QString*)data;
|
||||
if(status)
|
||||
{
|
||||
xmlWriter.writeAttribute("status", *status);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
xmlWriter.writeEndElement();
|
||||
|
||||
Reference in New Issue
Block a user