diff --git a/app/controllers/financial.controller.js b/app/controllers/financial.controller.js index 13fd0fe..5b275cc 100644 --- a/app/controllers/financial.controller.js +++ b/app/controllers/financial.controller.js @@ -215,7 +215,7 @@ exports.MenuList = async (req, res) => { Statementsmaster.findAll({ where :{is_active : 1} , include: { all: true, nested: true , where :{is_active : 1} , required:false}}) .then(MasterData => { - Entities.findAll({where : { losid } , attributes: [ 'id', 'losid' , 'pan' , 'cin' , 'bizname' , 'entity_type' , 'activity_group' , 'biz_act_desc' , 'process_instance_id' , 'probe42_data_status' ,'is_verified' ], order: [['id', 'ASC']] }) + Entities.findAll({where : { losid } , attributes: [ 'id', 'losid' , 'pan' , 'cin' , 'bizname' , 'entity_type' , 'activity_group' , 'biz_act_desc' , 'process_instance_id' , 'probe42_data_status' ,'is_verified','manual_data_status' ], order: [['id', 'ASC']] }) .then(async(EntitiesData) => { let Time = 2000;