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