From 2fd4dafc1bc7a4065cda6d088065e4230a0774f4 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Fri, 8 Nov 2024 08:43:26 +0800 Subject: [PATCH] 1 --- DOAN.Service/PBL/MESInteractionServcie.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }