changes in select api : suseendhiran
This commit is contained in:
parent
01fae2f460
commit
bceaf55fe9
@ -345,7 +345,7 @@ exports.GetCreditPdData = async (req, res) =>
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
.then((data)=>{
|
.then((data)=>{
|
||||||
if (condition)
|
if (data.length > 0)
|
||||||
{
|
{
|
||||||
res.send({'status':200,'message':"success",'data':data});
|
res.send({'status':200,'message':"success",'data':data});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user