Преглед изворни кода

购买运营中心,OperateType应该传0

lcl пре 1 година
родитељ
комит
89ef9fafa6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      AppStart/Helper/PosCouponPrize/OperateAddService.cs

+ 1 - 1
AppStart/Helper/PosCouponPrize/OperateAddService.cs

@@ -85,7 +85,7 @@ namespace MySystem
                         OpAmountItem item = new OpAmountItem()
                         {
                             UserId = parentUser.Id,
-                            OperateType = 1,
+                            OperateType = 0,
                             ChangeType = 15,
                             Remark = "购买运营中心",
                             UseAmount = ReturnAmount,