|
|
|
@ -9,6 +9,8 @@ import com.foreverwin.mesnac.integration.service.ERPAPIWebService;
|
|
|
|
|
import com.foreverwin.mesnac.integration.service.IntegrationLogService;
|
|
|
|
|
import com.foreverwin.mesnac.integration.service.InterfaceService;
|
|
|
|
|
import com.foreverwin.modular.core.exception.BusinessException;
|
|
|
|
|
import org.slf4j.Logger;
|
|
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
@ -23,6 +25,8 @@ import java.util.UUID;
|
|
|
|
|
endpointInterface = "com.foreverwin.mesnac.integration.service.ERPAPIWebService")
|
|
|
|
|
public class ERPAPIWebServiceImpl implements ERPAPIWebService {
|
|
|
|
|
|
|
|
|
|
private static Logger logger = LoggerFactory.getLogger(ERPAPIWebServiceImpl.class);
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private InterfaceService interfaceService;
|
|
|
|
|
@Autowired
|
|
|
|
@ -194,6 +198,7 @@ public class ERPAPIWebServiceImpl implements ERPAPIWebService {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public WebServiceResponse itemBatchReceive(ItemBatchReceiveRequest itemBatchReceiveRequest) {
|
|
|
|
|
logger.error("ERP物料接受接口:" + itemBatchReceiveRequest);
|
|
|
|
|
WebServiceResponse response = new WebServiceResponse();
|
|
|
|
|
|
|
|
|
|
String site = null;
|
|
|
|
|