This commit is contained in:
qianhao.xu
2024-11-08 08:43:26 +08:00
parent def682731c
commit 2fd4dafc1b

View File

@@ -129,10 +129,7 @@ namespace DOAN.Service.PBL
light_Log.CreatedTime = DateTime.Now;
int result = Context.Insertable(light_Log).ExecuteCommand();
return result > 0;
}