moduleWiseCompletion:GWM
This commit is contained in:
parent
03a691c036
commit
8fd7a4965a
@ -209,7 +209,7 @@ exports.updateModuleCompletionStatus = async (req, res) =>
|
|||||||
{
|
{
|
||||||
LoanDetail.update({module_completion_status:1},{ where: { losid:Losid}});
|
LoanDetail.update({module_completion_status:1},{ where: { losid:Losid}});
|
||||||
}
|
}
|
||||||
|
res.send({'status':200, message: "success" ,'data': "No data" });
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
res.send({'status':404,
|
res.send({'status':404,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user