소스간격조정
This commit is contained in:
parent
cd46c38e8a
commit
1b938a6d4b
|
|
@ -287,7 +287,6 @@ namespace NP.Base.Controllers
|
|||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 소속선택
|
||||
var isCompany = !string.IsNullOrEmpty(Request["isCompany"]) ? Convert.ToInt32(Request["isCompany"]) : (int?)null;
|
||||
if (isCompany == 0) //개인
|
||||
|
|
|
|||
Loading…
Reference in New Issue