diff --git a/ProductionMgr/Tnb.ProductionMgr/RedisBackGround.cs b/ProductionMgr/Tnb.ProductionMgr/RedisBackGround.cs index 26f84823..43b82cbd 100644 --- a/ProductionMgr/Tnb.ProductionMgr/RedisBackGround.cs +++ b/ProductionMgr/Tnb.ProductionMgr/RedisBackGround.cs @@ -92,7 +92,7 @@ namespace Tnb.ProductionMgr _prdInstockService.InstockTypeOne(instockInput); break; case EventType.挤出空满箱请求: - _prdInstockService.InstockTypeOne(instockInput); + _prdInstockService.InstockTubeOne(instockInput); break; case EventType.限位请求: _prdInstockService.InstockOutPack(instockInput);