update Mi 4. Mär 17:01:01 CET 2020

This commit is contained in:
Robert Richter 2020-03-04 17:01:01 +01:00
parent dbc600bb4f
commit dcc95f3a15

8
server/waip.js Normal file → Executable file
View File

@ -73,10 +73,10 @@ module.exports = function(io, sql, async, app_cfg) {
sql.db_get_waipid_by_uuid(waip_uuid, function(waip_id) {
/*console.log('rueckmeldung waip_id: '+waip_id);
console.log('rueckmeldung waip_id: '+waip_id);
sql.db_get_einsatzwachen(waip_id, function(data) {
console.log(data);
if (data) {
/*if (data) {
data.forEach(function(row) {
@ -99,8 +99,8 @@ module.exports = function(io, sql, async, app_cfg) {
});
} else {
sql.db_log('Fehler-WAIP', 'Fehler: Wache für waip_id ' + waip_id + ' nicht vorhanden, Rückmeldung konnte nicht verteilt werden!');
};
});*/
};*/
});
});
};