From f40914a35678266624c6dbf382b31b2db9ac6720 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 11 十月 2025 09:17:09 +0800
Subject: [PATCH] 定制商品模板
---
framework/src/main/java/cn/lili/modules/search/entity/dos/EsGoodsIndex.java | 2 +-
1 files changed, 1 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 7924f31..5b925ee 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
@@ -293,10 +293,10 @@
* @see PromotionTypeEnum
* value 涓� 淇冮攢娲诲姩瀹炰綋淇℃伅
*/
- @Field(type = FieldType.Text)
@ApiModelProperty("鍟嗗搧淇冮攢娲诲姩闆嗗悎JSON锛宬ey 涓� 淇冮攢娲诲姩绫诲瀷锛寁alue 涓� 淇冮攢娲诲姩瀹炰綋淇℃伅 ")
private String promotionMapJson;
@ApiModelProperty(value = "鍟嗗搧鎺掑簭")
+ @Field(type = FieldType.Long)
private Integer goodsSort;
public EsGoodsIndex(GoodsSku sku) {
--
Gitblit v1.8.0