update
This commit is contained in:
parent
bb07a4df57
commit
ea59af68db
|
@ -21,7 +21,8 @@ function bindShelving(barcode, shelving, level){
|
|||
}
|
||||
})
|
||||
console.log(body)
|
||||
})();
|
||||
})();
|
||||
insertDB.insertDB(barcode, shelving, level);
|
||||
})();
|
||||
}
|
||||
exports.bindShelving = bindShelving;
|
Reference in New Issue