|
|
|
@ -470,7 +470,7 @@ namespace Shentun.Peis.RegisterAsbitems |
|
|
|
if (item.PayModeId == "05") |
|
|
|
{ |
|
|
|
//会员卡
|
|
|
|
CardBill cardBill = new CardBill |
|
|
|
CardBill cardBill = new CardBill(GuidGenerator.Create()) |
|
|
|
{ |
|
|
|
PayModeId = item.PayModeId, |
|
|
|
BillFlag = '0', |
|
|
|
@ -590,7 +590,7 @@ namespace Shentun.Peis.RegisterAsbitems |
|
|
|
if (item.PayModeId == "05") |
|
|
|
{ |
|
|
|
//会员卡
|
|
|
|
CardBill cardBill = new CardBill |
|
|
|
CardBill cardBill = new CardBill(GuidGenerator.Create()) |
|
|
|
{ |
|
|
|
PayModeId = item.PayModeId, |
|
|
|
BillFlag = '1', |
|
|
|
|