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