<오류개선>

통합테스트목록 . 574
BO/Controllers/croomController.cs
기본값 전체 변경
This commit is contained in:
kdh0120 2021-11-23 23:27:04 +00:00
parent 38c1889fe5
commit 6cc31d58f4
1 changed files with 2 additions and 2 deletions

View File

@ -746,8 +746,8 @@ namespace NP.BO.Controllers
if (!IsPost())
{
vm.pagerowcount = 50;
vm.stringval = DateTime.Now.ToString("yyyy-MM-01");
vm.stringval2 = Convert.ToDateTime(vm.stringval).AddMonths(1).AddSeconds(-1).ToString("yyyy-MM-dd");
//vm.stringval = DateTime.Now.ToString("yyyy-MM-01");
//vm.stringval2 = Convert.ToDateTime(vm.stringval).AddMonths(1).AddSeconds(-1).ToString("yyyy-MM-dd");
}
ht.Add("cdts", vm.stringval);
ht.Add("cdte", string.IsNullOrEmpty(vm.stringval2) ? null : (vm.stringval2 + " 23:59:59"));