|
|
@@ -4275,7 +4275,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
|
QueryCount = item.QueryCount,//券类型(1 电签 2 大POS)
|
|
|
CreateDate = DateTime.Now,
|
|
|
- ChangeKind = 3,//类型(0购买,1划拨,2使⽤,3申请机具循环驳回)
|
|
|
+ ChangeKind = 1,//类型(0购买,1划拨,2使⽤,3申请机具循环驳回)
|
|
|
OrderNo = ChangeRecordNo,
|
|
|
ToUserId = tUserId.Id,
|
|
|
FromUserId = fUserId.Id,
|
|
|
@@ -4287,7 +4287,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
|
QueryCount = 3,
|
|
|
CreateDate = DateTime.Now,
|
|
|
- ChangeKind = 3,//类型(0购买,1划拨,2使⽤,3申请机具循环驳回)
|
|
|
+ ChangeKind = 1,//类型(0购买,1划拨,2使⽤,3申请机具循环驳回)
|
|
|
ChangeCount = CouponCount,
|
|
|
// AfterOut = AfterOut,
|
|
|
// AfterTotal = AfterTotal,
|