From 7433322e94209c63bd6257dd4bf3b24be0452325 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 21 八月 2025 18:12:04 +0800
Subject: [PATCH] 奖品,抽奖活动bug改动,商家入驻密码重置111111

---
 framework/src/main/java/cn/lili/modules/search/entity/dos/EsGoodsIndex.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/framework/src/main/java/cn/lili/modules/search/entity/dos/EsGoodsIndex.java b/framework/src/main/java/cn/lili/modules/search/entity/dos/EsGoodsIndex.java
index acb53be..3fcfaf2 100644
--- a/framework/src/main/java/cn/lili/modules/search/entity/dos/EsGoodsIndex.java
+++ b/framework/src/main/java/cn/lili/modules/search/entity/dos/EsGoodsIndex.java
@@ -296,7 +296,9 @@
     @Field(type = FieldType.Text)
     @ApiModelProperty("鍟嗗搧淇冮攢娲诲姩闆嗗悎JSON锛宬ey 涓� 淇冮攢娲诲姩绫诲瀷锛寁alue 涓� 淇冮攢娲诲姩瀹炰綋淇℃伅 ")
     private String promotionMapJson;
-
+    @ApiModelProperty(value = "鍟嗗搧鎺掑簭")
+    @Field(type = FieldType.Long)
+    private Integer goodsSort;
 
     public EsGoodsIndex(GoodsSku sku) {
         if (sku != null) {

--
Gitblit v1.8.0