<오류개선>
통합테스트목록 . 574 BO/Controllers/croomController.cs 기본값 전체 변경
This commit is contained in:
parent
38c1889fe5
commit
6cc31d58f4
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue