Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs
@@ -29,7 +29,7 @@ /// <param name="temperature">存储环境</param> /// <param name="userId">操作人</param> /// <returns></returns> public bool EditStorageLocat(int id, string status, string flag, string temperature, int userId) public bool EditStorageLocat(int id, string status, string flag, string temperature,string area, int userId) { try { @@ -69,6 +69,7 @@ locate.Temperature = temperature; locate.UpdateUser = userId; locate.UpdateTime = DateTime.Now; locate.AreaNo = area; var i = Edit(locate); Db.CommitTran(); return i > 0;