|
@ -1489,7 +1489,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers |
|
|
clientCode: string.Empty, |
|
|
clientCode: string.Empty, |
|
|
realAmt: realAmt |
|
|
realAmt: realAmt |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
invbill.Site= dtos.FirstOrDefault().Site; |
|
|
invbill.Site= dtos.FirstOrDefault().Site; |
|
|
invbill.CreationTime = DateTime.Now; |
|
|
invbill.CreationTime = DateTime.Now; |
|
|
invlist.Add(invbill); |
|
|
invlist.Add(invbill); |
|
|