erge:GWM
This commit is contained in:
parent
58fe8288fb
commit
fb3731fd86
@ -23,6 +23,8 @@ exports.MenuList = async (req, res) => {
|
||||
}]
|
||||
}]
|
||||
});
|
||||
// const count = MasterData.length;
|
||||
// console.log(count)
|
||||
const EntitiesData = await Entities.findAll({where : { losid } });
|
||||
let data = [];
|
||||
EntitiesData.forEach((value, key)=>{
|
||||
@ -55,7 +57,7 @@ exports.findAllEntities = (req, res) => {
|
||||
});
|
||||
};
|
||||
|
||||
// Retrieve all Entities from the database.
|
||||
// Retrieve all Statment from the database.
|
||||
exports.StatmentList = (req, res) => {
|
||||
|
||||
Statementsmaster.findAll({include: 'sectionsmasterData' })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user