susee
This commit is contained in:
parent
5c8669ea32
commit
3f30f3946a
@ -59,7 +59,7 @@ exports.PullCreditPdData = async (req, res) => {
|
|||||||
temp_array.length = 0 ;
|
temp_array.length = 0 ;
|
||||||
for (var [ObjectKey, ObjectValue] of Object.entries(OverallValue)) {
|
for (var [ObjectKey, ObjectValue] of Object.entries(OverallValue)) {
|
||||||
|
|
||||||
if (Array.isArray(OverallValue[ObjectKey]) == true)
|
if (Array.isArray(OverallValue[ObjectKey]) == true && OverallValue[ObjectKey].length != 0)
|
||||||
{
|
{
|
||||||
temp_array = await Credit_PdHelper.ARRAY( OverallValue[ObjectKey] , GenInfoObj , OverallKey )
|
temp_array = await Credit_PdHelper.ARRAY( OverallValue[ObjectKey] , GenInfoObj , OverallKey )
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user