From bbd3d012f4dfb27f919d39e1a9fe26b0e91cb2b7 Mon Sep 17 00:00:00 2001 From: lch Date: Fri, 4 Jun 2021 09:21:30 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B5=90=EC=9C=A1=EC=83=9D=EB=93=B1=EB=A1=9D?= =?UTF-8?q?=20=EA=B0=9C=EB=B3=84=EB=93=B1=EB=A1=9D=20=EC=B6=94=EA=B0=80?= 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 c965ba9..5f508a5 100644 --- a/Base/Controller/ACommonCRoom.cs +++ b/Base/Controller/ACommonCRoom.cs @@ -94,7 +94,7 @@ namespace NP.Base.Controllers pplog.uip = GetUserIP(); pplog.isready = cm.applicableCM == "정상접수" ? 0 : 1; pplog.cgcode = cm.pcgcode; - if (pplog.cgcode != "0") + if (pplog.cgcode != "1") { pplog.cgno = cm.cgno; }