Explorar el Código

停用的房间也可以选择

金隅分支
zhangli hace 3 años
padre
commit
eeba8db500
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_Storage_Room/AssStorageRoomService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_Storage_Room/AssStorageRoomService.cs Ver fichero

@@ -143,7 +143,7 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem
{
try
{
string sql = $"select RId,RCode+'('+RFunction+')' as RCode from Ass_Storage_Room where renabled=1 and StorageId='{storageId}'";
string sql = $"select RId,RCode+'('+RFunction+')' as RCode from Ass_Storage_Room where StorageId='{storageId}'";
return this.BaseRepository().FindList<Ass_Storage_RoomEntity>(sql);
}
catch (Exception ex)


Cargando…
Cancelar
Guardar