Authored by ping

update

... ... @@ -11,7 +11,6 @@ import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
... ... @@ -65,10 +64,10 @@ public class OrderShareActivityServiceImpl implements IOrderShareActivityService
@Resource
ServiceCaller serviceCaller;
@Autowired
@Resource(name="yhRedisTemplate")
YHRedisTemplate<String, String> yHRedisTemplate;
@Autowired
@Resource(name="yhValueOperations")
YHValueOperations<String, String> yhValueOperations;
@Value("${orderShare.maxNum}")
... ...