Authored by mali

Merge branch 'master' of http://git.yoho.cn/ufo/yohoufo-fore

... ... @@ -8,7 +8,9 @@ import com.yohoufo.order.service.IShoppingService;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
@Service
public class ShoppingServiceImpl implements IShoppingService{
private final Logger logger = LoggerFactory.getLogger(getClass());
... ...