<오류수정>

통합테스트목록 . 630
테스트용 수정
This commit is contained in:
kdh0120 2021-12-13 03:46:27 +00:00
parent 35b3f3aa76
commit 29f9508660
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace NP.FO.Controllers
return Redirect("/My/Index"); return Redirect("/My/Index");
} }
} }
if(GetConfig("isdevtest") == "1") if(GetConfig("ispaytest") == "1")
{ {
vm.ComCodes = GetComCodes("typeman,typeedu,typegrade,typejob"); vm.ComCodes = GetComCodes("typeman,typeedu,typegrade,typejob");
} }