hwh
2024-07-15 d0c19fb69e60704909818db16e86e1324cf2c71e
Merge branch 'hwh'
1个文件已修改
2 ■■■ 已修改文件
Wms/WMS.BLL/LogServer/OperationCrServer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/LogServer/OperationCrServer.cs
@@ -101,7 +101,7 @@
            input.Type = (await Db.Queryable<SysDictionary>().FirstAsync(s => s.DictName == input.TypeName && s.IsDel == "0"))?.Id.ToString();
            input.CreateUser = _userManager.UserId;
            input.CreateTime = DateTime.Now;
            return await Db.Insertable<LogOperationSys>(input).ExecuteCommandAsync();
            return await Db.Insertable<LogOperationCR>(input).ExecuteCommandAsync();
        }
    }
}