cshrpgkey = x.LGD_CASHRECEIPTNUM,

cshrcode =x.LGD_CASHRECEIPTKIND
값 추가
This commit is contained in:
lch 2021-05-11 02:30:33 +00:00
parent 74f2b5f620
commit 8874c72bf4
1 changed files with 4 additions and 1 deletions

View File

@ -1002,7 +1002,10 @@ namespace NP.FO.Controllers
vacct = x.LGD_ACCOUNTNUM,
inamt = GetInt(x.LGD_CASTAMOUNT),
fromname = x.LGD_PAYER,
fromymd = x.LGD_PAYDATE
fromymd = x.LGD_PAYDATE,
cshrpgkey = x.LGD_CASHRECEIPTNUM,
cshrcode =x.LGD_CASHRECEIPTKIND
};
if (Dao.Save("pay.paylect.vbankin", payvbankin) < 3)
{