b.map(item=>{ let res = a.filter(it=>Number(it.payType) === item.payType); if(res.length > 0){ item.payDate = res[0].payDate } })