瀏覽代碼

推动数据到MQ ProductId改为固定值10000

lcl 11 月之前
父節點
當前提交
026055af09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AppStart/Helper/LeaderApplyCouponsHelper.cs

+ 1 - 1
AppStart/Helper/LeaderApplyCouponsHelper.cs

@@ -95,7 +95,7 @@ namespace MySystem
                             Remark = queryList.Remark,
                             BuyCount = BuyCount,
                             PayStatus = 1,
-                            ProductId = 10,
+                            ProductId = 10000,
                             DeliveryType = 0,
                             PayMode = 4,
                             PayDate = queryList.CreateDate,