diff --git a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs index 38cbd25a..c9b2fc87 100644 --- a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs @@ -217,6 +217,7 @@ namespace Tnb.ProductionMgr ["id"] = andonRecords.id }; await _basPushRuleLogService.Stop(postData); + return true; } }