|
|
|
@ -7,7 +7,6 @@ import com.gaotao.modules.api.service.WmsMessageService; |
|
|
|
import com.gaotao.modules.automatedWarehouse.entity.*; |
|
|
|
import com.gaotao.modules.automatedWarehouse.mapper.WcsIntegrationMapper; |
|
|
|
import com.gaotao.modules.automatedWarehouse.service.AutoTaskService; |
|
|
|
import com.gaotao.modules.automatedWarehouse.service.WcsIntegrationService; |
|
|
|
import com.gaotao.modules.base.entity.PalletType; |
|
|
|
import com.gaotao.modules.base.service.Impl.PalletTypeServiceImpl; |
|
|
|
import com.gaotao.modules.base.service.PalletTypeService; |
|
|
|
@ -107,8 +106,7 @@ public class WmsMessageServiceImpl implements WmsMessageService { |
|
|
|
@Autowired |
|
|
|
private SOIssueNotifyOrderMaterialListDetailMapper soIssueNotifyOrderMaterialListDetailMapper; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WcsIntegrationService wcsIntegrationService; |
|
|
|
|
|
|
|
|
|
|
|
@Value("${custom.warehouse-error-location:1101}") |
|
|
|
private String warehouseErrorLocation; |
|
|
|
|