From 6ce2b65d895624aebc62f216119fac8bef5a2d54 Mon Sep 17 00:00:00 2001 From: paulGao Date: Wed, 8 Jun 2022 16:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E4=BC=98=E5=8C=96=E7=9A=84sq?= =?UTF-8?q?l=EF=BC=8C=E5=B0=86=E5=B9=B3=E5=8F=B0id=E6=94=B9=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/lili/modules/promotion/entity/dos/BasePromotions.java | 2 +- .../java/cn/lili/modules/promotion/entity/dos/MemberCoupon.java | 2 +- .../java/cn/lili/modules/promotion/tools/PromotionTools.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/promotion/entity/dos/BasePromotions.java b/framework/src/main/java/cn/lili/modules/promotion/entity/dos/BasePromotions.java index f3366dde..5867af4a 100644 --- a/framework/src/main/java/cn/lili/modules/promotion/entity/dos/BasePromotions.java +++ b/framework/src/main/java/cn/lili/modules/promotion/entity/dos/BasePromotions.java @@ -29,7 +29,7 @@ public class BasePromotions extends BaseEntity { @ApiModelProperty(value = "商家名称,如果是平台,这个值为 platform") private String storeName; - @ApiModelProperty(value = "商家id,如果是平台,这个值为 platform") + @ApiModelProperty(value = "商家id,如果是平台,这个值为 0") private String storeId; @NotEmpty(message = "活动名称不能为空") diff --git a/framework/src/main/java/cn/lili/modules/promotion/entity/dos/MemberCoupon.java b/framework/src/main/java/cn/lili/modules/promotion/entity/dos/MemberCoupon.java index 6eeff349..11c30b9a 100644 --- a/framework/src/main/java/cn/lili/modules/promotion/entity/dos/MemberCoupon.java +++ b/framework/src/main/java/cn/lili/modules/promotion/entity/dos/MemberCoupon.java @@ -36,7 +36,7 @@ public class MemberCoupon extends BaseEntity { @ApiModelProperty(value = "从哪个模版领取的优惠券") private String couponId; - @ApiModelProperty(value = "商家id,如果是平台发送,这个值为 platform") + @ApiModelProperty(value = "商家id,如果是平台发送,这个值为 0") private String storeId; @ApiModelProperty(value = "商家名称,如果是平台,这个值为 platform") diff --git a/framework/src/main/java/cn/lili/modules/promotion/tools/PromotionTools.java b/framework/src/main/java/cn/lili/modules/promotion/tools/PromotionTools.java index 8266a6b0..9148080e 100644 --- a/framework/src/main/java/cn/lili/modules/promotion/tools/PromotionTools.java +++ b/framework/src/main/java/cn/lili/modules/promotion/tools/PromotionTools.java @@ -31,7 +31,7 @@ public class PromotionTools { public static final String START_TIME_COLUMN = "start_time"; public static final String END_TIME_COLUMN = "end_time"; - public static final String PLATFORM_ID = "platform"; + public static final String PLATFORM_ID = "0"; public static final String PLATFORM_NAME = "platform"; /**