Explorar el Código

[砍价营销数据][修改]:清理无用的code

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
2804950faf
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. +0
    -6
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 0
- 6
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Ver fichero

@@ -21,8 +21,6 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Isolation;
import org.springframework.transaction.annotation.Propagation;
@@ -64,10 +62,6 @@ public class WxCouponServiceImpl implements WxCouponService {
@Autowired
WxCouponChannelMapper wxCouponChannelMapper;

@Autowired
@Qualifier("openRedisTemplate")
RedisTemplate<String, String> openRedisTemplate;

@Override
public ResultData list(WxCoupon wxCoupon, Integer pageNum, Integer pageSize) {
if (null == wxCoupon) wxCoupon = new WxCoupon();


Cargando…
Cancelar
Guardar