...
|
...
|
@@ -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());
|
...
|
...
|
|