update Di 16. Jun 13:31:01 CEST 2020
This commit is contained in:
parent
3baf2e9bfb
commit
88a8f5d9a9
@ -683,6 +683,8 @@ module.exports = function (db, app_cfg) {
|
|||||||
} else {
|
} else {
|
||||||
reuckmeldung.wache_id = null;
|
reuckmeldung.wache_id = null;
|
||||||
};
|
};
|
||||||
|
console.log(rueckmeldung);
|
||||||
|
|
||||||
// Rueckmeldung der Wache zuordnen
|
// Rueckmeldung der Wache zuordnen
|
||||||
db.get(`select name_wache, nr_wache from waip_wachen where id = ?;`, [reuckmeldung.wache_id], function (err, row) {
|
db.get(`select name_wache, nr_wache from waip_wachen where id = ?;`, [reuckmeldung.wache_id], function (err, row) {
|
||||||
if (err == null && row) {
|
if (err == null && row) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user