update Mi 4. Mär 17:01:01 CET 2020
This commit is contained in:
parent
dbc600bb4f
commit
dcc95f3a15
8
server/waip.js
Normal file → Executable file
8
server/waip.js
Normal file → Executable file
@ -73,10 +73,10 @@ module.exports = function(io, sql, async, app_cfg) {
|
|||||||
|
|
||||||
sql.db_get_waipid_by_uuid(waip_uuid, function(waip_id) {
|
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) {
|
sql.db_get_einsatzwachen(waip_id, function(data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
if (data) {
|
/*if (data) {
|
||||||
|
|
||||||
data.forEach(function(row) {
|
data.forEach(function(row) {
|
||||||
|
|
||||||
@ -99,8 +99,8 @@ module.exports = function(io, sql, async, app_cfg) {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
sql.db_log('Fehler-WAIP', 'Fehler: Wache für waip_id ' + waip_id + ' nicht vorhanden, Rückmeldung konnte nicht verteilt werden!');
|
sql.db_log('Fehler-WAIP', 'Fehler: Wache für waip_id ' + waip_id + ' nicht vorhanden, Rückmeldung konnte nicht verteilt werden!');
|
||||||
};
|
};*/
|
||||||
});*/
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user