Browse Source

分拣异常处理

master
常熟吴彦祖 2 months ago
parent
commit
5467f815aa
  1. 4
      src/main/java/com/gaotao/modules/api/service/impl/WmsMessageServiceImpl.java

4
src/main/java/com/gaotao/modules/api/service/impl/WmsMessageServiceImpl.java

@ -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;

Loading…
Cancel
Save