修改字段

This commit is contained in:
qianhao.xu
2024-11-08 10:10:59 +08:00
parent 2fd4dafc1b
commit 2f5c090bc1
9 changed files with 213 additions and 12 deletions

View File

@@ -127,9 +127,7 @@ namespace DOAN.Service.PBL
light_Log.IsSuccess = isSuccess;
light_Log.Operationer = "PBL";
light_Log.CreatedTime = DateTime.Now;
int result = Context.Insertable(light_Log).ExecuteCommand();
int result = Context.Insertable(light_Log).ExecuteCommand();
return result > 0;
}