修改字段
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user