diff --git a/DOAN.Service/PBL/MESInteractionServcie.cs b/DOAN.Service/PBL/MESInteractionServcie.cs index 149afe1..81cac85 100644 --- a/DOAN.Service/PBL/MESInteractionServcie.cs +++ b/DOAN.Service/PBL/MESInteractionServcie.cs @@ -129,10 +129,7 @@ namespace DOAN.Service.PBL light_Log.CreatedTime = DateTime.Now; int result = Context.Insertable(light_Log).ExecuteCommand(); - - - - + return result > 0; }