From 3b5f5c09f95cefb00544eec59cf5d7d2d32e7db2 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Tue, 23 Mar 2021 06:48:39 +0000 Subject: [PATCH] =?UTF-8?q?(210323)=201.=20PMSNO=20:=20NULL=202.=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=EB=82=B4=EC=97=AD=20:=20=EA=B3=BC=EC=A0=9C?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=EC=9D=BC=EA=B4=84=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Controller/ACommonCRoom.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Controller/ACommonCRoom.cs b/Base/Controller/ACommonCRoom.cs index 8352ec7..bc2cae4 100644 --- a/Base/Controller/ACommonCRoom.cs +++ b/Base/Controller/ACommonCRoom.cs @@ -499,7 +499,7 @@ namespace NP.Base.Controllers List newfile = new List(); foreach (var f in sds) { - newfile.Add(new File() { orgname = string.Format("{0}_{1}.{2}", f.userid, f.username, f.fileurl.Split('.').Last()), fileurl = Server.MapPath(vm.Files + f.fileurl) }); + newfile.Add(new File() { orgname = string.Format("{0}_{1}.{2}", f.userid, f.username, f.fileurl.Split('.').Last()), fileurl = Server.MapPath(vm.Subjects + f.fileurl) }); } if (!newfile.Count.Equals(0)) {