@@ -40,6 +40,11 @@ public class GoodsList {
*/
private String name;
+ /**
+ * 商品缩略图
+ */
+ private String thumb;
+
/**
* 商品类型
@@ -416,7 +416,7 @@ public class KwpGoodsService {
supplyEntIds.add(e.getManager());
}
if (Objects.nonNull(e.getCreateBy())){
- supplyEntIds.add(e.getCreateBy());
+ userIds.add(e.getCreateBy());
});
//地址信息