소스 검색

停用的房间也可以选择

金隅分支
zhangli 3 년 전
부모
커밋
eeba8db500
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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)


불러오는 중...
취소
저장