Commit e2ebcd30 by ping.wu

代码调整

parent 4259abb4
package cn.freemud.entities.dto;
import lombok.Data;
/**
* All rights Reserved, Designed By www.freemud.cn
*
* @version V1.0
* @Title: OpenPlatformPartnerWxappConfig
* @Package cn.freemud.entities.dto
* @Description:
* @author: ping1.wu
* @date: 2020/9/15 15:59
* @Copyright: 2020 www.freemud.cn Inc. All rights reserved.
* 注意:本内容仅限于上海非码科技内部传阅,禁止外泄以及用于其他的商业目
*/
@Data
public class OpenPlatformPartnerWxappConfig {
private String wxAppid;
private String appKey;
private String appValue;
private Integer state;
}
......@@ -69,8 +69,6 @@ import org.apache.commons.lang.ObjectUtils;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.data.redis.core.BoundHashOperations;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Service;
import java.awt.geom.Point2D;
......@@ -143,6 +141,9 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
private ProductService productService;
@Autowired
private ActivityService activityService;
@Autowired
private RedisCache redisCache;
/**
* 从微信卡券向购物车中添加商品
......@@ -1637,12 +1638,6 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
}
@Autowired
private RedisTemplate redisTemplate;
@Autowired
private RedisCache redisCache;
/**
* 查询生态配置限制加购开关与限制数量
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment