...
|
...
|
@@ -25,6 +25,7 @@ import com.yohoufo.order.service.impl.SkupListService; |
|
|
import com.yohoufo.order.service.proxy.ProductProxyService;
|
|
|
import com.yohoufo.order.service.seller.orderMeta.SellerOrderMetaService;
|
|
|
import com.yohoufo.order.service.support.codegenerator.OrderCodeGenerator;
|
|
|
import com.yohoufo.order.utils.LoggerUtils;
|
|
|
import org.apache.commons.collections.CollectionUtils;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
...
|
...
|
@@ -44,7 +45,7 @@ import java.util.List; |
|
|
@Service
|
|
|
public class QuickDeliverGoodsService {
|
|
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(getClass());
|
|
|
private final Logger logger = LoggerUtils.getSellerOrderLogger();
|
|
|
|
|
|
@Autowired
|
|
|
private QuickDeliverPublishProcessor quickDeliverPublishProcessor;
|
...
|
...
|
|